Home > biomechZoo > Toolbox > Zoo Processing > bmech_explode.m

bmech_explode

PURPOSE ^

BMECH_EXPLODE(fld,ch) batch process split of n x 3 channel data into three n x 1

SYNOPSIS ^

function bmech_explode(fld,ch)

DESCRIPTION ^

 BMECH_EXPLODE(fld,ch) batch process split of n x 3 channel data into three n x 1
 channels. New channels have a dimensional suffix (e.g. '_x', '_y', and '_z'
 for the 1st, 2nd, and 3rd columns of the matrix, respectively). 
 
 ARGUMENTS
  fld      ...  Folder to batch process (string). Default: folder selection window. 
  ch       ...  Channels to explode (single string or cell array of strings). 
                Default: explode all channels 'all'

 See also explode_data, bmech_merge

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005